<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}
.container {
	margin: 0 auto;
	position: relative;
	width: 918px;
}
.roundabout-holder  { 
	width:850px;
	height:249px;
	margin:0 auto;
}
.roundabout-moveable-item {
	display: block;
	width: 470px;
	height: 243px;
	cursor: pointer;
	border:3px solid #ccc;
}
.roundabout-moveable-item img{
	width:100%;
}
.roundabout-in-focus {
	border:3px solid #ccc;
}</pre></body></html>